home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Views / Includes / MAViews.h next >
Encoding:
Text File  |  1996-04-03  |  1.1 KB  |  77 lines  |  [TEXT/MPS ]

  1. // MAViews.h
  2. // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3. // MacApp document header files.
  4.  
  5. #ifndef __MAVIEWS__
  6. #define __MAVIEWS__
  7.  
  8. // Conditional Macros (include before any other headers)
  9.  
  10. #ifndef __MACONDITIONALMACROS__
  11. #include "MAConditionalMacros.h"
  12. #endif
  13.  
  14. // MacApp Core
  15.  
  16. #ifndef __MACORE__
  17. #include "MACore.h"
  18. #endif
  19.  
  20. // MacApp Framework
  21.  
  22. #ifndef __MAFRAMEWORK__
  23. #include "MAFramework.h"
  24. #endif
  25.  
  26. // MacApp Views
  27.  
  28. #ifndef __UDIALOG__
  29. #include "UDialog.h"
  30. #endif
  31.  
  32. #ifndef __UGRABBERTRACKER__
  33. #include "UGrabberTracker.h"
  34. #endif
  35.  
  36. #ifndef __UGRIDVIEW__
  37. #include "UGridView.h"
  38. #endif
  39.  
  40. #ifndef __UKEYSELECTIONBEHAVIOR__
  41. #include "UKeySelectionBehavior.h"
  42. #endif
  43.  
  44. #ifndef __UMENUVIEW__
  45. #include "UMenuView.h"
  46. #endif
  47.  
  48. #ifndef __UPOPUP__
  49. #include "UPopup.h"
  50. #endif
  51.  
  52. #ifndef __UPRINTING__
  53. #include "UPrinting.h"
  54. #endif
  55.  
  56. #ifndef __USYNCHSCROLLER__
  57. #include "USynchScroller.h"
  58. #endif
  59.  
  60. #ifndef __UTABBEHAVIORS__
  61. #include "UTabBehaviors.h"
  62. #endif
  63.  
  64. #ifndef __UTEAROFFMENUVIEW__
  65. #include "UTearOffMenuView.h"
  66. #endif
  67.  
  68. #ifndef __UTECOMMANDS__
  69. #include "UTECommands.h"
  70. #endif
  71.  
  72. #ifndef __UTEVIEW__
  73. #include "UTEView.h"
  74. #endif
  75.  
  76. #endif // __MAVIEWS__
  77.